object FormSelect: TFormSelect Left = 251 Top = 157 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'FormSelect' ClientHeight = 260 ClientWidth = 393 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Main_Panel: TPanel Left = 0 Top = 0 Width = 393 Height = 260 Align = alClient BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object Ok_Btn: TButton Left = 216 Top = 232 Width = 81 Height = 21 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = Ok_Cmd end object Cancel_Btn: TButton Left = 304 Top = 232 Width = 81 Height = 21 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 2 end object Type_ListView: TListView Left = 8 Top = 8 Width = 377 Height = 217 Columns = < item Caption = 'Data Type' Width = 122 end item Caption = 'SDK Declaration Name' Width = 213 end item Alignment = taRightJustify Caption = 'Num' Width = 38 end> ColumnClick = False FullDrag = True HideSelection = False ReadOnly = True RowSelect = True SmallImages = FormRegCmd.ImageList2 TabOrder = 0 ViewStyle = vsReport OnDblClick = Ok_Cmd OnKeyDown = Type_ListView_KeyDown end end end